SfcObjectAttribute.Design Property
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 Design As Boolean
Get
Set
'Usage
Dim instance As SfcObjectAttribute
Dim value As Boolean
value = instance.Design
instance.Design = value
public bool Design { get; set; }
public:
property bool Design {
bool get ();
void set (bool value);
}
member Design : bool with get, set
function get Design () : boolean
function set Design (value : boolean)
Property Value
Type: System.Boolean
true to get the design of the specified flags; otherwise, false.