Método GetDtsServerRoles
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
For more information, see ApplicationClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function GetDtsServerRoles ( _
bstrFolderPath As String, _
bstrServerName As String _
) As String()
'Uso
Dim instance As IDTSApplication100
Dim bstrFolderPath As String
Dim bstrServerName As String
Dim returnValue As String()
returnValue = instance.GetDtsServerRoles(bstrFolderPath, _
bstrServerName)
string[] GetDtsServerRoles(
string bstrFolderPath,
string bstrServerName
)
array<String^>^ GetDtsServerRoles(
[InAttribute] String^ bstrFolderPath,
[InAttribute] String^ bstrServerName
)
abstract GetDtsServerRoles :
bstrFolderPath:string *
bstrServerName:string -> string[]
function GetDtsServerRoles(
bstrFolderPath : String,
bstrServerName : String
) : String[]
Valor de retorno
Tipo: array<System. . :: . .String> [] () [] []
Consulte também