다음을 통해 공유


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