Freigeben über


SfcObjectAttribute.Deploy-Eigenschaft

Gets or sets a value indicating whether to deploy the specified flags. 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 Deploy As Boolean 
    Get 
    Set
'Usage
Dim instance As SfcObjectAttribute 
Dim value As Boolean 

value = instance.Deploy

instance.Deploy = value
public bool Deploy { get; set; }
public:
property bool Deploy {
    bool get ();
    void set (bool value);
}
member Deploy : bool with get, set
function get Deploy () : boolean 
function set Deploy (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true to deploy the specified flags; otherwise, false.

Siehe auch

Verweis

SfcObjectAttribute Klasse

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