Bagikan melalui


ApplicationClass.GetDtsServerRoles(String, String) Metode

Definisi

Mengembalikan array String yang mencantumkan peran yang tersedia untuk folder.

public:
 virtual cli::array <System::String ^> ^ GetDtsServerRoles(System::String ^ bstrFolderPath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetDtsServerRoles;
public:
 virtual cli::array <System::String ^> ^ GetDtsServerRoles(System::String ^ bstrFolderPath, System::String ^ bstrServerName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetDtsServerRoles;
[System.Runtime.InteropServices.DispId(52)]
public virtual string[] GetDtsServerRoles (string bstrFolderPath, string bstrServerName);
[<System.Runtime.InteropServices.DispId(52)>]
abstract member GetDtsServerRoles : string * string -> string[]
override this.GetDtsServerRoles : string * string -> string[]
Public Overridable Function GetDtsServerRoles (bstrFolderPath As String, bstrServerName As String) As String()

Parameter

bstrFolderPath
String

Folder yang perannya Anda minati.

bstrServerName
String

Nama instans yang menjalankan layanan Layanan Integrasi.

Mengembalikan

String[]

Array String, setiap string yang berisi nama peran.

Penerapan

Atribut

Berlaku untuk