SqlClrDeployTask.AssemblyPath-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.Data.Schema.Tasks.Sql
Assembly:  Microsoft.Data.Schema.Tasks.Sql (in Microsoft.Data.Schema.Tasks.Sql.dll)

Syntax

'Declaration
<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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlClrDeployTask Klasse

Microsoft.Data.Schema.Tasks.Sql-Namespace