Propriété IsEditable
Indicates whether the ConfigString property on the log provider is editable.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Design
Assembly : Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
ReadOnly Property IsEditable As Boolean
Get
'Utilisation
Dim instance As IDtsLogProviderUI
Dim value As Boolean
value = instance.IsEditable
bool IsEditable { get; }
property bool IsEditable {
bool get ();
}
abstract IsEditable : bool
function get IsEditable () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the ConfigString property on the log provider is editable.
Voir aussi