共用方式為


MaxSizeAuditTargetOption.Size 屬性

Gets or sets the maximum size to which the audit file can grow.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Size As Literal 
    Get 
    Set
'用途
Dim instance As MaxSizeAuditTargetOption 
Dim value As Literal 

value = instance.Size

instance.Size = value
public Literal Size { get; set; }
public:
property Literal^ Size {
    Literal^ get ();
    void set (Literal^ value);
}
member Size : Literal with get, set
function get Size () : Literal 
function set Size (value : Literal)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The maximum size to which the audit file can grow.

請參閱

參考

MaxSizeAuditTargetOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間