Compartilhar via


Propriedade do RDL IDTSPath100.Visualized

Sets a value indicating that the user has attached a data viewer to this path in SSIS Designer.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
WriteOnly Property Visualized As Boolean 
    Set
'Uso
Dim instance As IDTSPath100 
Dim value As Boolean

instance.Visualized = value
bool Visualized { set; }
property bool Visualized {
    void set (bool value);
}
abstract Visualized : bool with get, set
function set Visualized (value : boolean)

Valor da propriedade

Tipo: System.Boolean
A value indicating that the user has attached a data viewer to this path in SSIS Designer.

Consulte também

Referência

IDTSPath100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper