Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name or label for the federation key.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property DistributionName As Identifier
Get
Set
'Usage
Dim instance As FederationScheme
Dim value As Identifier
value = instance.DistributionName
instance.DistributionName = value
public Identifier DistributionName { get; set; }
public:
property Identifier^ DistributionName {
Identifier^ get ();
void set (Identifier^ value);
}
member DistributionName : Identifier with get, set
function get DistributionName () : Identifier
function set DistributionName (value : Identifier)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
An Identifier that represents the name or label for the federation key.