ExtendedStoredProcedure.DllLocation 属性

Gets or sets the directory path for the dynamic link library that contains the external, user-defined routine.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DllLocation As String 
    Get 
    Set
用法
Dim instance As ExtendedStoredProcedure 
Dim value As String 

value = instance.DllLocation

instance.DllLocation = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string DllLocation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ DllLocation {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member DllLocation : string with get, set
function get DllLocation () : String 
function set DllLocation (value : String)

属性值

类型:System.String
A String value that specifies the directory path for the dynamic link library that contains the routine.

示例

使用数据库对象

请参阅

参考

ExtendedStoredProcedure 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

Extended Stored Procedures