ISqlSession.ExecuteScript - Méthode (String, Int32)
Exécute une série de requêtes Transact-SQL à partir d'un fichier texte basé sur le chemin d'accès spécifié et le temps alloué pour chaque commande à exécuter.
Espace de noms : Microsoft.SharePoint.Utilities
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Sub ExecuteScript ( _
path As String, _
commandTimeout As Integer _
)
'Utilisation
Dim instance As ISqlSession
Dim path As String
Dim commandTimeout As Integer
instance.ExecuteScript(path, commandTimeout)
void ExecuteScript(
string path,
int commandTimeout
)
Paramètres
path
Type : System.StringChaîne qui contient le chemin d'accès qualifié complet au fichier texte.
commandTimeout
Type : System.Int32Un entier de 32 bits qui spécifie la durée, en secondes, d'attente pour chaque commande à exécuter.
Exceptions
Exception | Condition |
---|---|
Exception | Impossible d'exécuter la commande. |
Remarques
Chaque requête dans le fichier texte doit être délimité par le mot GO sur une ligne distincte.