Proprietà IDTSPackageInfo100.PackageGuid

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see PackageInfo.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property PackageGuid As String 
    Get
'Utilizzo
Dim instance As IDTSPackageInfo100 
Dim value As String 

value = instance.PackageGuid
string PackageGuid { get; }
property String^ PackageGuid {
    String^ get ();
}
abstract PackageGuid : string
function get PackageGuid () : String

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

IDTSPackageInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper