Sdílet prostřednictvím


DataSetInfo.ObjectDataSourceSelectMethodSignature Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the signature of the ObjectDataSourceSelectMethod property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ObjectDataSourceSelectMethodSignature As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
The signature of the ObjectDataSourceSelectMethod property.

See Also

Reference

DataSetInfo Class

Microsoft.ReportingServices.RdlObjectModel Namespace