Table.FederationColumnName Property

Gets or sets the name of the column for the federation key.

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 FederationColumnName As String 
    Get 
    Set
'Usage
Dim instance As Table 
Dim value As String 

value = instance.FederationColumnName

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

Property Value

Type: System.String
A String that specifies the name of the column for the federation key.

See Also

Reference

Table Class

Microsoft.SqlServer.Management.Smo Namespace