Метод GetDtsServerRoles
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
For more information, see Application.
Пространство имен: 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[]
Возвращаемое значение
Тип: array<System. . :: . .String> [] () [] []
Реализует
IDTSApplication100. . :: . .GetDtsServerRoles(String, String)
См. также