ObjectProperty.ReferenceTemplateParameters Property
Gets or sets the information about the keys that make up the reference. Do not reference this member directly in your code. It supports the SQL Server infrastructure..
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property ReferenceTemplateParameters As String
Get
Set
'Usage
Dim instance As ObjectProperty
Dim value As String
value = instance.ReferenceTemplateParameters
instance.ReferenceTemplateParameters = value
public string ReferenceTemplateParameters { get; set; }
public:
property String^ ReferenceTemplateParameters {
String^ get ();
void set (String^ value);
}
member ReferenceTemplateParameters : string with get, set
function get ReferenceTemplateParameters () : String
function set ReferenceTemplateParameters (value : String)
Property Value
Type: System.String
The information about the keys that make up the reference.