Compartir a través de


IPackage.ModuleId Propiedad

Gets the module identifier of the package.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
ReadOnly Property ModuleId As Guid 
    Get
'Uso
Dim instance As IPackage 
Dim value As Guid 

value = instance.ModuleId
Guid ModuleId { get; }
property Guid ModuleId {
    Guid get ();
}
abstract ModuleId : Guid
function get ModuleId () : Guid

Valor de la propiedad

Tipo: System.Guid
The module identifier of the package.

Vea también

Referencia

IPackage Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent