SqlPropertyInfo.PropertyType Property
Gets the property type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public ReadOnly Property PropertyType As Type
Get
'Kullanım
Dim instance As SqlPropertyInfo
Dim value As Type
value = instance.PropertyType
public Type PropertyType { get; }
public:
property Type^ PropertyType {
Type^ get ();
}
member PropertyType : Type
function get PropertyType () : Type
Property Value
Type: System.Type
A Type system object value that specifies the property type.