IDTSInput100.Name Özelliği
Alır veya ayarlar bir IDTSInput100 nesne.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Property Name As String
Get
Set
'Kullanım
Dim instance As IDTSInput100
Dim value As String
value = instance.Name
instance.Name = value
string Name { get; set; }
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)
Özellik Değeri
Tür: System.String
A dize adını içeren IDTSInput100 nesne.