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 compare function declaration name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Name As EventSessionObjectName
Get
Set
'Usage
Dim instance As EventDeclarationCompareFunctionParameter
Dim value As EventSessionObjectName
value = instance.Name
instance.Name = value
public EventSessionObjectName Name { get; set; }
public:
property EventSessionObjectName^ Name {
EventSessionObjectName^ get ();
void set (EventSessionObjectName^ value);
}
member Name : EventSessionObjectName with get, set
function get Name () : EventSessionObjectName
function set Name (value : EventSessionObjectName)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventSessionObjectName
The event compare function declaration name.