PipelineComponentExt.CreateComponentProperty(String, String, Object, Boolean) Metodo

Definizione

Aggiunge una nuova proprietà al componente.

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

Parametri

name
String

Nome proprietà

description
String

Descrizione della proprietà

value
Object

Valore predefinito

expressionSupport
Boolean

Impostare su true se la proprietà è expresionable

Restituisce

IDTSCustomProperty100

Restituisce la proprietà personalizzata appena creata.

Si applica a