Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the property type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyType As Type
Get
'Usage
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.