Proprietà AuditSpecificationStatement.SpecificationName
Ottiene o imposta il nome della specifica del controllo.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Identifier
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.