Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the event source declaration name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Value As EventSessionObjectName
Get
Set
'Usage
Dim instance As SourceDeclaration
Dim value As EventSessionObjectName
value = instance.Value
instance.Value = value
public EventSessionObjectName Value { get; set; }
public:
property EventSessionObjectName^ Value {
EventSessionObjectName^ get ();
void set (EventSessionObjectName^ value);
}
member Value : EventSessionObjectName with get, set
function get Value () : EventSessionObjectName
function set Value (value : EventSessionObjectName)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventSessionObjectName
The event source declaration name.