ReportingService2005.GetModelItemPolicies(String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::Policy ^> ^ GetModelItemPolicies(System::String ^ Model, System::String ^ ModelItemID, [Runtime::InteropServices::Out] bool % InheritParent);
public Microsoft.SqlServer.ReportingServices2005.Policy[] GetModelItemPolicies (string Model, string ModelItemID, out bool InheritParent);
member this.GetModelItemPolicies : string * string * bool -> Microsoft.SqlServer.ReportingServices2005.Policy[]
Public Function GetModelItemPolicies (Model As String, ModelItemID As String, ByRef InheritParent As Boolean) As Policy()
Parameters
- Model
- String
- ModelItemID
- String
- InheritParent
- Boolean
Returns
Policy[]