AlterFederationStatement.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the federation to alter.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Identifier Name { get; set; }
public:
property Identifier^ Name {
    Identifier^ get();
    void set(Identifier^ value);
}
member Name : Identifier with get, set
Public Property Name As Identifier

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

An Identifier object that represents the name of the federation to alter.

See Also

AlterFederationStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top