Proprietà ServerUserName
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see ConnectionManagerFtpClass.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Property ServerUserName As String
Get
Set
'Utilizzo
Dim instance As IDTSConnectionManagerFtp100
Dim value As String
value = instance.ServerUserName
instance.ServerUserName = value
string ServerUserName { get; set; }
property String^ ServerUserName {
String^ get ();
void set (String^ value);
}
abstract ServerUserName : string with get, set
function get ServerUserName () : String
function set ServerUserName (value : String)
Valore proprietà
Tipo: System. . :: . .String