共用方式為


Federation.DistributionName 屬性

Gets or sets the name for the federation key.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DistributionName As String 
    Get 
    Set
'用途
Dim instance As Federation 
Dim value As String 

value = instance.DistributionName

instance.DistributionName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string DistributionName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ DistributionName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member DistributionName : string with get, set
function get DistributionName () : String 
function set DistributionName (value : String)

屬性值

型別:System.String
The name for the federation key.

請參閱

參考

Federation 類別

Microsoft.SqlServer.Management.Smo 命名空間