Compartir a través de


SqlClrDeployTask.AssemblyPath (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.Data.Schema.Tasks.Sql
Ensamblado:  Microsoft.Data.Schema.Tasks.Sql (en Microsoft.Data.Schema.Tasks.Sql.dll)

Sintaxis

'Declaración
<RequiredAttribute> _
Public Property AssemblyPath As String
    Get
    Set
[RequiredAttribute]
public string AssemblyPath { get; set; }
[RequiredAttribute]
public:
property String^ AssemblyPath {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member AssemblyPath : string with get, set
function get AssemblyPath () : String
function set AssemblyPath (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

SqlClrDeployTask Clase

Microsoft.Data.Schema.Tasks.Sql (Espacio de nombres)