Właściwość SfcPropertyAttribute.Flags
Pobiera lub ustawia wartość określonej flagi.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 Flags As SfcPropertyFlags
Get
Set
'Użycie
Dim instance As SfcPropertyAttribute
Dim value As SfcPropertyFlags
value = instance.Flags
instance.Flags = value
public SfcPropertyFlags Flags { get; set; }
public:
property SfcPropertyFlags Flags {
SfcPropertyFlags get ();
void set (SfcPropertyFlags value);
}
member Flags : SfcPropertyFlags with get, set
function get Flags () : SfcPropertyFlags
function set Flags (value : SfcPropertyFlags)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
Wartość określona flaga.
Zobacz także