ISfcProperty.Type Propiedad
Obtiene el tipo de propiedad.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Private ReadOnly Property Type As Type
Implements ISfcProperty.Type
Get
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System. . :: . .Type
Valor de objeto del sistema Type que especifica el tipo de propiedad.