Compartir a través de


PackageNeutralClass.CreatorName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the individual who created the package.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Property CreatorName As String 
    Get 
    Set
'Uso
Dim instance As PackageNeutralClass 
Dim value As String 

value = instance.CreatorName

instance.CreatorName = value
public virtual string CreatorName { get; set; }
public:
virtual property String^ CreatorName {
    String^ get ();
    void set (String^ value);
}
abstract CreatorName : string with get, set 
override CreatorName : string with get, set
function get CreatorName () : String 
function set CreatorName (value : String)

Valor de la propiedad

Tipo: System.String
The name of the person who created the package.

Implementa

IDTSPackage100.CreatorName

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper