이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Returns an array of Strings that lists the roles available for a folder.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Public Overridable Function GetDtsServerRoles ( _
bstrFolderPath As String, _
bstrServerName As String _
) As String()
‘사용 방법
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[]
매개 변수
- bstrFolderPath
유형: System.String
The folder whose roles you are interested in.
- bstrServerName
유형: System.String
The name of the instance that is running the Integration Services service.
반환 값
유형: array<System.String[]
An array of Strings, each string containing a role name.
구현
IDTSApplication100.GetDtsServerRoles(String, String)