Propriété IDTSPath100.Visualized
Sets a value indicating that the user has attached a data viewer to this path in SSIS Designer.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
WriteOnly Property Visualized As Boolean
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
A value indicating that the user has attached a data viewer to this path in SSIS Designer.