Propriété TestOnly
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Property TestOnly As Boolean
Get
Set
'Utilisation
Dim instance As BatchUpgradeOptions
Dim value As Boolean
value = instance.TestOnly
instance.TestOnly = value
public bool TestOnly { get; set; }
public:
property bool TestOnly {
bool get ();
void set (bool value);
}
member TestOnly : bool with get, set
function get TestOnly () : boolean
function set TestOnly (value : boolean)
Valeur de propriété
Type : System. . :: . .Boolean