Database.IsFederationMember Property

Definition

Gets or sets a value that specifies whether the database is a member of federation.

public:
 property bool IsFederationMember { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.SqlAzureDatabase)]
public bool IsFederationMember { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.SqlAzureDatabase)>]
member this.IsFederationMember : bool
Public ReadOnly Property IsFederationMember As Boolean

Property Value

A Boolean value that specifies whether the database is a member of federation.

If True, the database is a member of federation. Otherwise, False.

Attributes

Applies to