Compartilhar via


Propriedade do RDL ExtendedProperty.ID

Gets the GUID for this instance.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public ReadOnly Property ID As String 
    Get
'Uso
Dim instance As ExtendedProperty 
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

Valor da propriedade

Tipo: System.String
A String that contains a GUID that identifies this instance of the class.

Implementa

IDTSName.ID

Consulte também

Referência

ExtendedProperty Classe

Namespace Microsoft.SqlServer.Dts.Runtime