TemporaryPackageDirectory propriété
Gets or sets the file location for storage of temporary packages created during the transfer operation.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property TemporaryPackageDirectory As String
Get
Set
'Utilisation
Dim instance As Transfer
Dim value As String
value = instance.TemporaryPackageDirectory
instance.TemporaryPackageDirectory = value
public string TemporaryPackageDirectory { get; set; }
public:
property String^ TemporaryPackageDirectory {
String^ get ();
void set (String^ value);
}
member TemporaryPackageDirectory : string with get, set
function get TemporaryPackageDirectory () : String
function set TemporaryPackageDirectory (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the file location for storage of temporary packages created during the transfer operation.
Voir aussi