CreateFederationStatement::Name Property
SQL Server 2012
Gets or sets the name of the federation to create.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
public: property Identifier^ Name { Identifier^ get (); void set (Identifier^ value); }
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom::IdentifierAn Identifier that represents the name of the federation to create.
