Property.ISfcProperty.Type Property
Gets the type of property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private ReadOnly Property Type As Type
Implements ISfcProperty.Type
Get
'Usage
Dim instance As [Property]
Dim value As Type
value = CType(instance, ISfcProperty).Type
Type ISfcProperty.Type { get; }
private:
virtual property Type^ Type {
Type^ get () sealed = ISfcProperty::Type::get;
}
private abstract Type : Type
private override Type : Type
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Type
A Type system object value that specifies the type of property.