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)
'Declaration Private Function GetPropertyType ( _ propertyName As String _ ) As Type Implements IAlienObject.GetPropertyType 'Usage Dim instance As SqlSmoObject Dim propertyName As String Dim returnValue As Type returnValue = CType(instance, IAlienObject).GetPropertyType(propertyName)
Parameters
- propertyName
- Type: System.String
The name of the property to get the type of.
