Condividi tramite


Proprietà Type

Gets the type of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As Type
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

ISfcProperty. . :: . .Type