Propriedade do RDL InfoType
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 Property InfoType As RequestObjectInfo..::..Flags
Get
Set
'Uso
Dim instance As RequestObjectInfo
Dim value As RequestObjectInfo..::..Flags
value = instance.InfoType
instance.InfoType = value
public RequestObjectInfo..::..Flags InfoType { get; set; }
public:
property RequestObjectInfo..::..Flags InfoType {
RequestObjectInfo..::..Flags get ();
void set (RequestObjectInfo..::..Flags value);
}
member InfoType : RequestObjectInfo..::..Flags with get, set
function get InfoType () : RequestObjectInfo..::..Flags
function set InfoType (value : RequestObjectInfo..::..Flags)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .RequestObjectInfo. . :: . .Flags
The flags which indicates what to return.
Consulte também