IDTSPackage100.CreatorName Propriedade

Definição

Obtém ou define o nome da pessoa que criou o pacote.

public:
 property System::String ^ CreatorName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(40)]
public string CreatorName { [System.Runtime.InteropServices.DispId(40)] get; [System.Runtime.InteropServices.DispId(40)] set; }
[<System.Runtime.InteropServices.DispId(40)>]
[<get: System.Runtime.InteropServices.DispId(40)>]
[<set: System.Runtime.InteropServices.DispId(40)>]
member this.CreatorName : string with get, set
Public Property CreatorName As String

Valor da propriedade

O nome da pessoa que criou o pacote.

Atributos

Comentários

Esta interface é implementada pelas interfaces Package e PackageNeutral.

Aplica-se a