DatabaseEngineSecuritySettings.SqlSysadminAccounts 속성

정의

SQL 시스템 관리자 계정을 가져오거나 설정합니다.

public:
 property cli::array <System::String ^> ^ SqlSysadminAccounts { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] SqlSysadminAccounts { get; set; }
member this.SqlSysadminAccounts : string[] with get, set
Public Property SqlSysadminAccounts As String()

속성 값

String[]

SQL 시스템 관리자 계정입니다.

적용 대상