SfcProperty.Type Propiedad
Gets the type of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property Type As Type
Get
'Uso
Dim instance As SfcProperty
Dim value As Type
value = instance.Type
public Type Type { get; }
public:
virtual property Type^ Type {
Type^ get () sealed;
}
abstract Type : Type
override Type : Type
final function get Type () : Type
Valor de la propiedad
Tipo: System.Type
A property object that represents the type of the property.