Propriedade MaxSize
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Property MaxSize As Integer
Get
Set
'Uso
Dim instance As TempDBMetaData
Dim value As Integer
value = instance.MaxSize
instance.MaxSize = value
public int MaxSize { get; set; }
public:
property int MaxSize {
int get ();
void set (int value);
}
member MaxSize : int with get, set
function get MaxSize () : int
function set MaxSize (value : int)
Valor da propriedade
Tipo: System. . :: . .Int32
Consulte também