Compartir a través de


ISfcProperty.Type Propiedad

Gets a Type object that represents 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
ReadOnly Property Type As Type 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Type 

value = instance.Type
Type Type { get; }
property Type^ Type {
    Type^ get ();
}
abstract Type : Type
function get Type () : Type

Valor de la propiedad

Tipo: System.Type
A Type object that represents the type of the property.

Vea también

Referencia

ISfcProperty Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc