Propriedade do RDL Deploy
Gets or sets a value indicating whether to deploy the specified flags. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property Deploy As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Boolean
true to deploy the specified flags; otherwise, false.
Consulte também