Partilhar via


Propriedade do RDL NetLibInfo.Size

Gets the size of the network library file in bytes.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Public ReadOnly Property Size As Integer 
    Get
'Uso
Dim instance As NetLibInfo 
Dim value As Integer 

value = instance.Size
public int Size { get; }
public:
property int Size {
    int get ();
}
member Size : int
function get Size () : int

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the size of the network library file in bytes.

Exemplos

Gerenciando serviços e configurações de rede através do provedor do WMI

Consulte também

Referência

NetLibInfo Classe

Namespace Microsoft.SqlServer.Management.Smo.Wmi

Outros recursos

WMI and SQL Server

Conectando ao Mecanismo de Banco de Dados do SQL Server