PackageRemote64Class.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 PackageRemote64Class
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
A String that contains the name of the person who created the package.