DllLocation-Eigenschaft
Gets or sets the directory path for the dynamic link library that contains the external, user-defined routine.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property DllLocation As String
Get
Set
'Usage
Dim instance As ExtendedStoredProcedure
Dim value As String
value = instance.DllLocation
instance.DllLocation = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public string DllLocation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property String^ DllLocation {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member DllLocation : string with get, set
function get DllLocation () : String
function set DllLocation (value : String)
Eigenschaftenwert
Typ: System. . :: . .String
A String value that specifies the directory path for the dynamic link library that contains the routine.
Siehe auch