Partilhar via


Propriedade do RDL XmlReadProperty.Size

Gets the string value of size. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Size As String 
    Get
'Uso
Dim instance As XmlReadProperty 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
A string that represents the size.

Consulte também

Referência

XmlReadProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc