SqlSmoObject.IAlienObject.GetPropertyType Method
SQL Server 2012
Gets the type of the specified property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
private abstract GetPropertyType : propertyName:string -> Type private override GetPropertyType : propertyName:string -> Type
Parameters
- propertyName
- Type: System.String
The name of the property to get the type of.
