PropertyAlias.Aliases 속성

Gets or sets the alias list to be used. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

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

구문

‘선언
Public Property Aliases As String()
    Get 
    Set
‘사용 방법
Dim instance As PropertyAlias 
Dim value As String()

value = instance.Aliases

instance.Aliases = value
public string[] Aliases { get; set; }
public:
property array<String^>^ Aliases {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Aliases : string[] with get, set
function get Aliases () : String[]
function set Aliases (value : String[])

속성 값

유형: array<System.String[]
An array value that represents the alias list to be used.

참고 항목

참조

PropertyAlias 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스