Właściwość SfcReferenceAttribute.Type
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Property Type As Type
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Type
Typ atrybut Type.
Zobacz także