Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the name of the distribution scheme defined by the federation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DistributionName As String
Get
Set
'Usage
Dim instance As Table
Dim value As String
value = instance.DistributionName
instance.DistributionName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.SqlAzureDatabase)]
public string DistributionName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ DistributionName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.SqlAzureDatabase)>]
member DistributionName : string with get, set
function get DistributionName () : String
function set DistributionName (value : String)
Property Value
Type: System.String
A String that specifies the name of the distribution scheme defined by the federation.