Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the signature of the ObjectDataSourceSelectMethod property.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ObjectDataSourceSelectMethodSignature As String
Get
Set
'Uso
Dim instance As DataSetInfo
Dim value As String
value = instance.ObjectDataSourceSelectMethodSignature
instance.ObjectDataSourceSelectMethodSignature = value
public string ObjectDataSourceSelectMethodSignature { get; set; }
public:
property String^ ObjectDataSourceSelectMethodSignature {
String^ get ();
void set (String^ value);
}
member ObjectDataSourceSelectMethodSignature : string with get, set
function get ObjectDataSourceSelectMethodSignature () : String
function set ObjectDataSourceSelectMethodSignature (value : String)
Valor de la propiedad
Tipo: System.String
The signature of the ObjectDataSourceSelectMethod property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel