Propriedade do RDL SqlAzureDatabase
Gets or sets a value indicating whether the specified flags are the same with SqlAzureDatabase 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 SqlAzureDatabase As Boolean
Get
Set
'Uso
Dim instance As SfcPropertyAttribute
Dim value As Boolean
value = instance.SqlAzureDatabase
instance.SqlAzureDatabase = value
public bool SqlAzureDatabase { get; set; }
public:
property bool SqlAzureDatabase {
bool get ();
void set (bool value);
}
member SqlAzureDatabase : bool with get, set
function get SqlAzureDatabase () : boolean
function set SqlAzureDatabase (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the specified flags are equal to SqlAzureDatabase flags; otherwise, false.
Consulte também