SqlClrDeployTask.AssemblyPath 属性

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  Microsoft.Data.Schema.Tasks.Sql
程序集:  Microsoft.Data.Schema.Tasks.Sql(在 Microsoft.Data.Schema.Tasks.Sql.dll 中)

语法

声明
<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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

SqlClrDeployTask 类

Microsoft.Data.Schema.Tasks.Sql 命名空间