Propriedade do RDL PackageClass.PackageLocation
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the location of the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property PackageLocation As String
Get
'Uso
Dim instance As PackageClass
Dim value As String
value = instance.PackageLocation
public virtual string PackageLocation { get; }
public:
virtual property String^ PackageLocation {
String^ get ();
}
abstract PackageLocation : string
override PackageLocation : string
function get PackageLocation () : String
Valor da propriedade
Tipo: System.String
The location of the package.
Implementa
IDTSPackage100.PackageLocation
Comentários
For more information, see Package.