PipelineComponentExt.CreateComponentProperty Méthode

Définition

Ajoute une nouvelle propriété au composant

protected virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 CreateComponentProperty (string name, string description, object value, bool expressionSupport = false);
abstract member CreateComponentProperty : string * string * obj * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
override this.CreateComponentProperty : string * string * obj * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Protected Overridable Function CreateComponentProperty (name As String, description As String, value As Object, Optional expressionSupport As Boolean = false) As IDTSCustomProperty100

Paramètres

name
String

Nom de la propriété

description
String

Description de la propriété

value
Object

Valeur par défaut

expressionSupport
Boolean

Défini sur true si la propriété est expresionable

Retours

Retourne la propriété personnalisée nouvellement créée

S’applique à