इसके माध्यम से साझा किया गया


ApplicationClass.GetDtsServerRoles Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see Application.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function GetDtsServerRoles ( _
    bstrFolderPath As String, _
    bstrServerName As String _
) As String()
'Usage
Dim instance As ApplicationClass
Dim bstrFolderPath As String
Dim bstrServerName As String
Dim returnValue As String()

returnValue = instance.GetDtsServerRoles(bstrFolderPath, _
    bstrServerName)
public virtual string[] GetDtsServerRoles(
    string bstrFolderPath,
    string bstrServerName
)
public:
virtual array<String^>^ GetDtsServerRoles(
    [InAttribute] String^ bstrFolderPath, 
    [InAttribute] String^ bstrServerName
)
abstract GetDtsServerRoles : 
        bstrFolderPath:string * 
        bstrServerName:string -> string[] 
override GetDtsServerRoles : 
        bstrFolderPath:string * 
        bstrServerName:string -> string[] 
public function GetDtsServerRoles(
    bstrFolderPath : String, 
    bstrServerName : String
) : String[]

Parameters

Return Value

Type: array<System.String[]

Implements

IDTSApplication100.GetDtsServerRoles(String, String)