Freigeben über


SfcReferenceAttribute.Type-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property Type As Type 
    Get 
    Set
'Usage
Dim instance As SfcReferenceAttribute 
Dim value As Type 

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type 
function set Type (value : Type)

Eigenschaftswert

Typ: System.Type
The Type that describes the Type attribute.

Siehe auch

Verweis

SfcReferenceAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace