Właściwość DMQueryTask.ModelName
Pobiera lub ustawia nazwę model wyszukiwania na oparta jest kwerenda.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Zestaw: Microsoft.SqlServer.DMQueryTask (w Microsoft.SqlServer.DMQueryTask.dll)
Składnia
'Deklaracja
Public Property ModelName As String
Get
Set
'Użycie
Dim instance As DMQueryTask
Dim value As String
value = instance.ModelName
instance.ModelName = value
public string ModelName { get; set; }
public:
virtual property String^ ModelName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ModelName : string with get, set
override ModelName : string with get, set
final function get ModelName () : String
final function set ModelName (value : String)
Wartość właściwości
Typ: System.String
A ciąg zawiera nazwę model wyszukiwania.