Propriedade do RDL ForEachEnumeratorHostClass.ID
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Returns the GUID assigned to the host.
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 ForEachEnumeratorHostClass
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
A String that contains the GUID assigned to the host.