SchemaNamedKey<T>.InstanceType Propiedad
Gets the instance type which this key represents.
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 Overrides NotOverridable ReadOnly Property InstanceType As Type
Get
'Uso
Dim instance As SchemaNamedKey
Dim value As Type
value = instance.InstanceType
public override sealed Type InstanceType { get; }
public:
virtual property Type^ InstanceType {
Type^ get () override sealed;
}
abstract InstanceType : Type
override InstanceType : Type
override final function get InstanceType () : Type
Valor de la propiedad
Tipo: System.Type
The instance type which this key represents.