Compartilhar via


Propriedade do RDL PackageClass.ID

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the ID of the package.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property ID As String 
    Get
'Uso
Dim instance As PackageClass 
Dim value As String 

value = instance.ID
public virtual string ID { get; }
public:
virtual property String^ ID {
    String^ get ();
}
abstract ID : string 
override ID : string
function get ID () : String

Valor da propriedade

Tipo: System.String
The ID of the package.

Implementa

IDTSName100.ID

Comentários

For more information, see Package.

Consulte também

Referência

PackageClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper