Metodo GetDtsServerRoles
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see ApplicationClass.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetDtsServerRoles ( _
bstrFolderPath As String, _
bstrServerName As String _
) As String()
'Utilizzo
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[]
Valore restituito
Tipo: array<System. . :: . .String> [] () [] []