Propriété ID
Returns the unique ID assigned to the column. This property is read-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ID As String
Get
'Utilisation
Dim instance As FlatFileColumn
Dim value As String
value = instance.ID
public string ID { get; }
public:
virtual property String^ ID {
String^ get () sealed;
}
abstract ID : string
override ID : string
final function get ID () : String
Valeur de propriété
Type : System. . :: . .String
A String that contains a GUID.