Partager via


Name propriété

Gets the name of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly :  Microsoft.SqlServer.Exec80PackageTask (dans Microsoft.SqlServer.Exec80PackageTask.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String
    Get
'Utilisation
Dim instance As PkgVariable
Dim value As String

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

Valeur de la propriété

Type : System. . :: . .String
A String containing the name of an inner or outer variable for a DTS package to be executed by a Exec80PackageTask.

Notes

For more information about using variables in packages, see Utilisation de variables dans des packages.