Свойство LogProviderXMLFileClass.Description
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the description of the log provider.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Property Description As String
Get
Set
'Применение
Dim instance As LogProviderXMLFileClass
Dim value As String
value = instance.Description
instance.Description = value
public virtual string Description { get; set; }
public:
virtual property String^ Description {
String^ get ();
void set (String^ value);
}
abstract Description : string with get, set
override Description : string with get, set
function get Description () : String
function set Description (value : String)
Значение свойства
Тип: System.String
The description of the log provider.
Реализует
Замечания
For more information, see LogProvider.