Compartir a través de


IPackage.Name Propiedad

Gets the name 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 Name As String 
    Get
'Uso
Dim instance As IPackage 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The name of the package.

Vea también

Referencia

IPackage Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent