Compartir a través de


SfcPropertyAttribute.SqlAzureDatabase Propiedad

Gets or sets a value indicating whether the specified flags are the same with SqlAzureDatabase flags. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server..

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Boolean
true if the specified flags are equal to SqlAzureDatabase flags; otherwise, false.

Vea también

Referencia

SfcPropertyAttribute Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata