ContactInfo propriété
Gets or sets the contact information of the developer of a component.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Property ContactInfo As String
Get
Set
'Utilisation
Dim instance As IDTSComponentMetaData100
Dim value As String
value = instance.ContactInfo
instance.ContactInfo = value
string ContactInfo { get; set; }
property String^ ContactInfo {
String^ get ();
void set (String^ value);
}
abstract ContactInfo : string with get, set
function get ContactInfo () : String
function set ContactInfo (value : String)
Valeur de la propriété
Type : System. . :: . .String
A String that contains the contact information for the component.
Notes
The ContactInfo is shown in Business Intelligence Development Studio when the data flow designer is unable to load or initialize the component.