Database.Federations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會得到一組 Federation 物品。 每個資料 Federation 代表資料庫中被分割的資料。
public:
property Microsoft::SqlServer::Management::Smo::FederationCollection ^ Federations { Microsoft::SqlServer::Management::Smo::FederationCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ObjectContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Smo.Federation))]
public Microsoft.SqlServer.Management.Smo.FederationCollection Federations { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ObjectContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.Smo.Federation))>]
member this.Federations : Microsoft.SqlServer.Management.Smo.FederationCollection
Public ReadOnly Property Federations As FederationCollection
屬性值
一個 FederationCollection 代表資料庫中所有分割資料的物件。
- 屬性