Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the specified flags. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Flags As SfcPropertyFlags
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags
The value of the specified flag.