Sdílet prostřednictvím


AuditSpecificationStatement.SpecificationName – vlastnost

Získá nebo nastaví název specifikace auditu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property SpecificationName As Identifier
    Get
    Set
public Identifier SpecificationName { get; set; }
public:
property Identifier^ SpecificationName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member SpecificationName : Identifier with get, set
function get SpecificationName () : Identifier
function set SpecificationName (value : Identifier)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.Identifier

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AuditSpecificationStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů