FolderExistsOnDtsServer méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ApplicationClass.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function FolderExistsOnDtsServer ( _
bstrFolderName As String, _
bstrServerName As String _
) As Boolean
'Utilisation
Dim instance As IDTSApplication100
Dim bstrFolderName As String
Dim bstrServerName As String
Dim returnValue As Boolean
returnValue = instance.FolderExistsOnDtsServer(bstrFolderName, _
bstrServerName)
bool FolderExistsOnDtsServer(
string bstrFolderName,
string bstrServerName
)
bool FolderExistsOnDtsServer(
[InAttribute] String^ bstrFolderName,
[InAttribute] String^ bstrServerName
)
abstract FolderExistsOnDtsServer :
bstrFolderName:string *
bstrServerName:string -> bool
function FolderExistsOnDtsServer(
bstrFolderName : String,
bstrServerName : String
) : boolean
Paramètres
- bstrFolderName
Type : System. . :: . .String
- bstrServerName
Type : System. . :: . .String
Valeur de retour
Type : System. . :: . .Boolean