Table.FederationColumnName 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property FederationColumnName As String 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

Table 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스