共用方式為


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