Udostępnij za pośrednictwem


Właściwość ExtendedStoredProcedure.DllLocation

Pobiera lub ustawia ścieżka katalogu dla biblioteki dołączanej dynamicznie, zawierający procedury zewnętrznego, zdefiniowane przez użytkownika.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DllLocation As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
A String wartości, który określa ścieżka katalogu dla biblioteki dołączanej dynamicznie zawierający rutynowych.