Freigeben über


ApplicationClass.GetDtsServerRoles(String, String) Methode

Definition

Gibt ein Array von String-Werten zurück, in dem die für einen Ordner verfügbaren Rollen aufgelistet sind.

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

Der Ordner, dessen Rollen für Sie von Interesse sind.

bstrServerName
String

Der Name der Instanz, von der der Dienst "Integration Services" ausgeführt wird.

Gibt zurück

String[]

Ein Array von String-Werten. Jeder Zeichenfolgenwert enthält einen Rollennamen.

Implementiert

Attribute

Gilt für: