Partager via


Propriété CanClone

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.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property CanClone As Boolean
    Get
'Utilisation
Dim instance As IDTSConnectionManagerMarshalControl100
Dim value As Boolean

value = instance.CanClone
bool CanClone { get; }
property bool CanClone {
    bool get ();
}
abstract CanClone : bool
function get CanClone () : boolean

Valeur de propriété

Type : System. . :: . .Boolean